This web method is used for getting all the Attribute Values for a given Attribute Group Instance ID.
The request body is of type AttributeValueGetByInstanceID.
Request Body Parameters
Name | Description | Data Type |
objProviderGUId | This is a unique provider id, which can be obtained from CSS | guid |
strPassword | This is your unique service password which can be obtained from CSS | xml:string |
strAttribName | The type of attribute you would like to return. | xml:string |
intAttribGroupInstanceID | The unique ID for the Attribute Group Instance that you would like to return values for. | xml:int |
Overview
|
|
Sequence
| |
The response body is of type AttributeValueGetByInstanceIDResponse.
Response Body Parameters
Overview